home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_65805.txt < prev    next >
Text File  |  1990-08-14  |  2KB  |  107 lines

  1. -- card: 65805 from stack: in
  2. -- bmap block id: 78235
  3. -- flags: 4000
  4. -- background id: 58558
  5. -- name: Course Details
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=182 top=133 right=223 bottom=328
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Course Details
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   pop card into it
  24.   go to card short name of me of background "About"
  25.   unlock screen with iris close
  26. end mouseUp
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: A004
  32. -- rect: left=218 top=41 right=89 bottom=294
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 5016 / 5016
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: School Setup
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual scroll down
  44.   go to card short name of me of this background
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: A004
  52. -- rect: left=45 top=272 right=320 bottom=121
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 5012 / 5012
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Report Cards
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual scroll up
  64.   go to card short name of me of this background
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 4 (button)
  70. -- low flags: 00
  71. -- high flags: A004
  72. -- rect: left=160 top=272 right=320 bottom=236
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 5013 / 5013
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Report Manager
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual scroll up
  84.   go to card short name of me of this background
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 5 (button)
  90. -- low flags: 00
  91. -- high flags: A004
  92. -- rect: left=390 top=272 right=320 bottom=466
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 5015 / 5015
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: CSL Scheduler
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   visual scroll up
  104.   go to card short name of me of this background
  105. end mouseUp
  106.  
  107.